home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / media / video / gspca / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  1.8 KB  |  49 lines

  1. obj-$(CONFIG_USB_GSPCA)        += gspca_main.o
  2. obj-$(CONFIG_USB_GSPCA_CONEX)    += gspca_conex.o
  3. obj-$(CONFIG_USB_GSPCA_ETOMS)    += gspca_etoms.o
  4. obj-$(CONFIG_USB_GSPCA_FINEPIX)    += gspca_finepix.o
  5. obj-$(CONFIG_USB_GSPCA_MARS)    += gspca_mars.o
  6. obj-$(CONFIG_USB_GSPCA_OV519)    += gspca_ov519.o
  7. obj-$(CONFIG_USB_GSPCA_PAC207)    += gspca_pac207.o
  8. obj-$(CONFIG_USB_GSPCA_PAC7311) += gspca_pac7311.o
  9. obj-$(CONFIG_USB_GSPCA_SONIXB)    += gspca_sonixb.o
  10. obj-$(CONFIG_USB_GSPCA_SONIXJ)    += gspca_sonixj.o
  11. obj-$(CONFIG_USB_GSPCA_SPCA500) += gspca_spca500.o
  12. obj-$(CONFIG_USB_GSPCA_SPCA501) += gspca_spca501.o
  13. obj-$(CONFIG_USB_GSPCA_SPCA505) += gspca_spca505.o
  14. obj-$(CONFIG_USB_GSPCA_SPCA506) += gspca_spca506.o
  15. obj-$(CONFIG_USB_GSPCA_SPCA508) += gspca_spca508.o
  16. obj-$(CONFIG_USB_GSPCA_SPCA561) += gspca_spca561.o
  17. obj-$(CONFIG_USB_GSPCA_SUNPLUS) += gspca_sunplus.o
  18. obj-$(CONFIG_USB_GSPCA_STK014)    += gspca_stk014.o
  19. obj-$(CONFIG_USB_GSPCA_T613)    += gspca_t613.o
  20. obj-$(CONFIG_USB_GSPCA_TV8532)    += gspca_tv8532.o
  21. obj-$(CONFIG_USB_GSPCA_VC032X)    += gspca_vc032x.o
  22. obj-$(CONFIG_USB_GSPCA_ZC3XX)    += gspca_zc3xx.o
  23.  
  24. gspca_main-objs            := gspca.o
  25. gspca_conex-objs        := conex.o
  26. gspca_etoms-objs        := etoms.o
  27. gspca_finepix-objs        := finepix.o
  28. gspca_mars-objs            := mars.o
  29. gspca_ov519-objs        := ov519.o
  30. gspca_pac207-objs        := pac207.o
  31. gspca_pac7311-objs        := pac7311.o
  32. gspca_sonixb-objs        := sonixb.o
  33. gspca_sonixj-objs        := sonixj.o
  34. gspca_spca500-objs        := spca500.o
  35. gspca_spca501-objs        := spca501.o
  36. gspca_spca505-objs        := spca505.o
  37. gspca_spca506-objs        := spca506.o
  38. gspca_spca508-objs        := spca508.o
  39. gspca_spca561-objs        := spca561.o
  40. gspca_stk014-objs        := stk014.o
  41. gspca_sunplus-objs        := sunplus.o
  42. gspca_t613-objs            := t613.o
  43. gspca_tv8532-objs        := tv8532.o
  44. gspca_vc032x-objs        := vc032x.o
  45. gspca_zc3xx-objs        := zc3xx.o
  46.  
  47. obj-$(CONFIG_USB_M5602)        += m5602/
  48.  
  49.